'Declaration Public Function New( _
ByVal nameThe processing command name.As System.String, _
ByVal leftAnalyzerThe left analyzer.As Analyzer(Of TTarget,TValue), _
ByVal comparisonOperatorThe comparison operator.As ComparisonOperator, _
ByVal rightConstantValueThe constant value of right argument.As TValue _
)
public AnalyzerResultsComparer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue> leftAnalyzer,
ComparisonOperator comparisonOperator,
TValue rightConstantValue
)
public: AnalyzerResultsComparer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue*>* leftAnalyzer,
ComparisonOperator comparisonOperator,
TValue* rightConstantValue
)
public:
AnalyzerResultsComparer<TTarget,TValue>(
System.String name,
Analyzer<TTarget,TValue^>^ leftAnalyzer,
ComparisonOperator comparisonOperator,
TValue^ rightConstantValue
)
Parameters
- name
 - The processing command name.
 - leftAnalyzer
 - The left analyzer.
 - comparisonOperator
 - The comparison operator.
 - rightConstantValue
 - The constant value of right argument.